Endpoint-Get-/ World/ Clock/ Calendar/ Year/ Year/ Month/ Month→Html names a function, with lambda list (YEAR MONTH):
Get a calendar as an HTML page for MONTH of YEAR.
Produces a minimal HTML page framework surrounding a single-month HTML calendar.
See CHŒROGRYLLUM CAL-MONTH.HTML.
This is a web service endpoint accessed by the HTTP method GET at the URI template /world/clock/calendar/year/:year/month/:month. It returns a content-type of text/html.
The URI includes parameters: YEAR, MONTH.
It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.
Defined in file src/endpoints/slash-world.lisp.